react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

MTR04_0925

MTR04_0925

Deploy PERN stack with Netlify, Railway/Heroku/Render

Deploy PERN stack with Netlify, Railway/Heroku/Render

為 localStroage 加上過期時間

為 localStroage 加上過期時間






留言討論